home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / NetTime 2.0 b7 / NetTime-2b7.exe / {app} / SvcCfg.exe / 0 / RCDATA / TFRMSERVICEYN / TFRMSERVICEYN.txt
Encoding:
Text File  |  2003-01-30  |  2.2 KB  |  92 lines

  1. inherited frmServiceYN: TfrmServiceYN
  2.   Caption = 'NetTime Service Install'
  3.   OldCreateOrder = True
  4.   OnCreate = FormCreate
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   object Label1: TLabel
  8.     Left = 16
  9.     Top = 16
  10.     Width = 353
  11.     Height = 57
  12.     AutoSize = False
  13.     Caption = 
  14.       'NetTime 2.0 has the ability to run as a service. This means the ' +
  15.       'time will still be kept in sync, even when the NetTime icon is n' +
  16.       'ot visible in the system tray area.'
  17.     Font.Charset = DEFAULT_CHARSET
  18.     Font.Color = clWindowText
  19.     Font.Height = -11
  20.     Font.Name = 'Arial'
  21.     Font.Style = []
  22.     ParentFont = False
  23.     WordWrap = True
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 72
  28.     Width = 353
  29.     Height = 57
  30.     AutoSize = False
  31.     Caption = 
  32.       'Normally, NetTime warns you if it needs to adjust the clock by a' +
  33.       ' large amount. If you run NetTime as a service, it will only war' +
  34.       'n you if you are logged in. Otherwise, the adjustment will be ma' +
  35.       'de with no warning.'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'Arial'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     WordWrap = True
  43.   end
  44.   object Label3: TLabel
  45.     Left = 16
  46.     Top = 128
  47.     Width = 353
  48.     Height = 41
  49.     AutoSize = False
  50.     Caption = 
  51.       'Finally, on Windows NT or 2000, you must be logged in with admin' +
  52.       'istrative privileges for this to succeed.'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -11
  56.     Font.Name = 'Arial'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     WordWrap = True
  60.   end
  61.   object Button1: TButton
  62.     Left = 160
  63.     Top = 192
  64.     Width = 83
  65.     Height = 25
  66.     Caption = 'Install Service'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'Arial'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     TabOrder = 0
  74.     OnClick = Button1Click
  75.   end
  76.   object Button2: TButton
  77.     Left = 264
  78.     Top = 192
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'Cancel'
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clWindowText
  84.     Font.Height = -11
  85.     Font.Name = 'Arial'
  86.     Font.Style = []
  87.     ParentFont = False
  88.     TabOrder = 1
  89.     OnClick = Button2Click
  90.   end
  91. end
  92.